refactor(stack): narrow package entrypoints - #6090
Merged
Merged
Conversation
…ack-factory-resource-locality
…-model # Conflicts: # packages/stack/README.md # packages/stack/docs/architecture.md
…ementation # Conflicts: # packages/process-compose/src/Orchestrator.ts # packages/process-compose/src/Orchestrator.unit.test.ts # packages/stack/src/Stack.unit.test.ts
…ctory-resource-locality # Conflicts: # packages/process-compose/src/Orchestrator.ts
…ions-bundle-runtime-reload # Conflicts: # pnpm-lock.yaml
…-package-export-audit
…ions-bundle-runtime-reload
…-package-export-audit
…ions-bundle-runtime-reload
…-package-export-audit
…-model # Conflicts: # packages/stack/src/versions.ts
…ctory-resource-locality
…ions-bundle-runtime-reload
…-package-export-audit
…ions-bundle-runtime-reload
…-package-export-audit
…/process-compose-supervisor-cleanup
…ack-runtime-implementation
…ctory-resource-locality
…ions-bundle-runtime-reload
…-package-export-audit
…ions-bundle-runtime-reload
…-package-export-audit
…-package-export-audit
…-model # Conflicts: # packages/stack/src/ServiceActivation.ts # packages/stack/src/StackBuilder.ts # packages/stack/src/StackLifecycleCoordinator.ts
Coly010
approved these changes
Aug 6, 2026
…gent/process-compose-supervisor-cleanup # Conflicts: # packages/process-compose/docs/architecture.md # packages/process-compose/src/Orchestrator.ts # packages/process-compose/src/ServiceTransition.ts # packages/stack/src/ServiceActivation.ts # packages/stack/src/StackBuilder.ts # packages/stack/src/StackLifecycleCoordinator.ts
…-cleanup' into agent/stack-runtime-implementation # Conflicts: # packages/stack/src/ServiceActivation.ts # packages/stack/src/StackLifecycleCoordinator.ts
…on' into agent/stack-factory-resource-locality
…ality' into agent/functions-bundle-runtime-reload
…eload' into agent/stack-package-export-audit
jgoux
changed the base branch from
agent/functions-bundle-runtime-reload
to
develop
August 6, 2026 14:32
jgoux
enabled auto-merge
August 6, 2026 14:32
Contributor
Supabase CLI previewnpx --yes https://pkg.pr.new/supabase/cli/supabase@a77ac2787869595c46ae38c48f676e67d9dff624Preview package for commit |
…e-export-audit # Conflicts: # apps/cli/src/next/commands/functions/dev/functions-dev-runtime.ts # packages/stack/README.md # packages/stack/docs/architecture.md # packages/stack/src/DaemonServer.integration.test.ts # packages/stack/src/DaemonServer.ts # packages/stack/src/LocalStack.ts # packages/stack/src/ServiceActivation.ts # packages/stack/src/Stack.unit.test.ts # packages/stack/src/StackBuilder.unit.test.ts # packages/stack/src/StackConfig.ts # packages/stack/src/StackConfigResolver.ts # packages/stack/src/bun.ts # packages/stack/src/createStack.ts # packages/stack/src/createStack.unit.test.ts # packages/stack/src/effect.ts # packages/stack/src/index.ts # packages/stack/src/node.ts
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Narrows the package API around its two intended consumer modes. The root entrypoint now exposes only the Promise-facing runtime, while the conditional Effect entrypoint supplies platform-bound layers without leaking platform factories, daemon protocol types, or implementation services.
Moves the small set of test seams to a dedicated testing subpath, keeps the Node daemon file-URL-only, and retains the Bun daemon export solely for compiled CLI self-dispatch. Documentation and boundary tests now encode these ownership rules.
Depends on #6089.